projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c510e7
)
(tab-stop-list): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Sep 1997 22:34:30 +0000
(22:34 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 12 Sep 1997 22:34:30 +0000
(22:34 +0000)
lisp/indent.el
patch
|
blob
|
history
diff --git
a/lisp/indent.el
b/lisp/indent.el
index 69e282b5d84978a1a1baaa2a53a3bd5ba7455095..8d20fb2bba57db008eaa68fce13ba64550d2ae0f 100644
(file)
--- a/
lisp/indent.el
+++ b/
lisp/indent.el
@@
-368,7
+368,7
@@
column point starts at, `tab-to-tab-stop' is done instead."
(defcustom tab-stop-list
'(8 16 24 32 40 48 56 64 72 80 88 96 104 112 120)
- "*List of tab stop positions used by `tab-to-tab-stop
s
'.
+ "*List of tab stop positions used by `tab-to-tab-stop'.
This should be a list of integers, ordered from smallest to largest."
:group 'indent
:type '(repeat integer))